ImageFileBase Class Methods
In This Topic
For a list of all methods of this type, see
ImageFileBase<T>.
Public Methods
| | Name | Description |
 | Pack | Overloaded. Packs (removes unused space) the image file and saves to specified stream. |
 | Save | Overloaded. Saves image file to the specified stream. Current source of the image file will not be changed. |
 | SaveChanges | Overloaded. Saves the image file to the specified stream and switches the image file to the specified stream. Previous source of the image file will be closed without save changes. |
Protected Methods
| | Name | Description |
 | Dispose | Overloaded. Releases all resources used by this object. |
 | Finalize | Releases unmanaged resources and performs other cleanup operations before the ImageFile<TPage,TPageCollection> is reclaimed by garbage collection. |
 | Parse | Parses the image file. |
See Also